home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / slperl.zoo / atarist / test / glob < prev    next >
Encoding:
Text File  |  1992-07-02  |  38 b   |  5 lines

  1. while(<*.pl>)
  2. {
  3.     print $_, "\n";
  4. }
  5.